home *** CD-ROM | disk | FTP | other *** search
/ Real Girls - Strip Poker / Real Girls Strip POker (Windows 95 CD-ROM).iso / _SETUP.1 / RealGirls Strip Poker.exe / RealGirls Strip Poker.dxr / Buttons_30_discard-litup.ls < prev    next >
Encoding:
Text File  |  2000-02-25  |  218 b   |  13 lines

  1. on mouseDown
  2.   global gPauseState
  3.   if gPauseState = 0 then
  4.     resetCursor()
  5.     playSnd("click")
  6.     updateStage()
  7.     if ButtonClicked(the clickOn) then
  8.       cursor(-1)
  9.       humanDiscard()
  10.     end if
  11.   end if
  12. end
  13.